Add add-crd-gen line to Makefile, regenerate console extension CRDs#101
Add add-crd-gen line to Makefile, regenerate console extension CRDs#101benjaminapetersen wants to merge 3 commits intoopenshift:masterfrom
Conversation
24b720a to
3e06932
Compare
b8338d5 to
48ec323
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: benjaminapetersen, damemi The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/cc deads2k |
|
Do we want to wait for openshift/api#465 ? |
|
That or the next regen will pick it up. Since this PR contains a fix in the |
|
New changes are detected. LGTM label has been removed. |
|
Regenerated to pick up 1 new file, looks like a lot came with it. |
4b9a25f to
29ded43
Compare
|
/retest Timeouts. |
| CRD_SCHEMA_GEN_APIS := $(shell echo ./vendor/github.com/openshift/api/{authorization/v1,config/v1,quota/v1,security/v1,operator/v1alpha1,console/v1}) | ||
| CRD_SCHEMA_GEN_VERSION :=v0.2.1 | ||
|
|
||
| $(call add-crd-gen,manifests,$(CRD_SCHEMA_GEN_APIS),./manifests,./manifests) |
There was a problem hiding this comment.
This should not be needed. With openshift/api#470 in place and it looks like your bump already has that you should re-use the manifests provided by openshift/api. Sync with @damemi I thought he wanted to do it 😉
There was a problem hiding this comment.
Until #102 merges those CRDs in openshift/api aren't picked up anywhere, meaning we still need to update here if you want changes pulled in
|
/hold |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
/close |
|
@spadgett: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Generating new code for CRDs from
openshift/apidoesn't seem to be working. Working on a fix.Makefile:$(call add-crd-gen,manifests,$(CRD_SCHEMA_GEN_APIS),./manifests,./manifests).vendoraftermake update-depsas separate commit.consoleextensionCRDs as 3rd commit, which happens to also pickupapiserverandinfrastructurechanges./cc @spadgett @bparees
/assign @damemi